From 95d2185f0f54507c157866e18595c262dc9e684c Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Fri, 9 Mar 2018 21:09:38 +0530 Subject: [PATCH] _clean-cargo-deps Gbp-Pq: Name 2004_clean-cargo-deps.patch --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 254bad04a..f84e8e0c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,11 +56,11 @@ url = "1.1" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = { version = "0.4.4", features = ["mac_os_10_7_support"] } -[target.'cfg(windows)'.dependencies] -kernel32-sys = "0.2" -miow = "0.2" -psapi-sys = "0.1" -winapi = "0.2" +#[target.'cfg(windows)'.dependencies] +#kernel32-sys = "0.2" +#miow = "0.2" +#psapi-sys = "0.1" +#winapi = "0.2" [dev-dependencies] bufstream = "0.1" -- 2.30.2